<?xml version="1.0"?>


<!DOCTYPE rdf:RDF [
    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
    <!ENTITY dc "http://purl.org/dc/elements/1.1/" >
    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
    <!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
    <!ENTITY ont "http://esipfed.org/toolmatch/0/2/ont.owl#" >
    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
]>


<rdf:RDF xmlns="http://esipfed.org/toolmatch/0/2/ont.owl#"
     xml:base="http://esipfed.org/toolmatch/0/2/ont.owl"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
     xmlns:ont="http://esipfed.org/toolmatch/0/2/ont.owl#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
    <owl:Ontology rdf:about="">
        <rdfs:label rdf:datatype="&xsd;string"
            >Tool Match Ontology</rdfs:label>
        <owl:versionInfo rdf:datatype="&xsd;string">0.2</owl:versionInfo>
        <dc:date rdf:datatype="&xsd;date">2012-02-28</dc:date>
        <rdfs:comment rdf:datatype="&xsd;string"
            >Tool Match Ontology created by ESIP Semantic Web Cluster.</rdfs:comment>
    </owl:Ontology>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Annotation properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    <owl:AnnotationProperty rdf:about="&dc;date"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Object Properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://esipfed.org/toolmatch/0/2/ont.owl#compatibleWith -->

    <owl:ObjectProperty rdf:about="#compatibleWith">
        <rdf:type rdf:resource="&owl;SymmetricProperty"/>
    </owl:ObjectProperty>
    


    <!-- http://esipfed.org/toolmatch/0/2/ont.owl#hasAccessibility -->

    <owl:ObjectProperty rdf:about="#hasAccessibility">
        <rdfs:range rdf:resource="#DataAccess"/>
        <rdfs:domain rdf:resource="#DataCollection"/>
    </owl:ObjectProperty>
    


    <!-- http://esipfed.org/toolmatch/0/2/ont.owl#mappedBy -->

    <owl:ObjectProperty rdf:about="#mappedBy">
        <owl:inverseOf rdf:resource="#maps"/>
        <rdfs:subPropertyOf rdf:resource="#visualizedBy"/>
    </owl:ObjectProperty>
    


    <!-- http://esipfed.org/toolmatch/0/2/ont.owl#maps -->

    <owl:ObjectProperty rdf:about="#maps">
        <rdfs:subPropertyOf rdf:resource="#visualizes"/>
    </owl:ObjectProperty>
    


    <!-- http://esipfed.org/toolmatch/0/2/ont.owl#visualizedBy -->

    <owl:ObjectProperty rdf:about="#visualizedBy">
        <rdfs:subPropertyOf rdf:resource="#compatibleWith"/>
        <owl:inverseOf rdf:resource="#visualizes"/>
    </owl:ObjectProperty>
    


    <!-- http://esipfed.org/toolmatch/0/2/ont.owl#visualizes -->

    <owl:ObjectProperty rdf:about="#visualizes">
        <rdfs:subPropertyOf rdf:resource="#compatibleWith"/>
    </owl:ObjectProperty>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://esipfed.org/toolmatch/0/2/ont.owl#DataAccess -->

    <owl:Class rdf:about="#DataAccess"/>
    


    <!-- http://esipfed.org/toolmatch/0/2/ont.owl#DataCollection -->

    <owl:Class rdf:about="#DataCollection"/>
    


    <!-- http://esipfed.org/toolmatch/0/2/ont.owl#OpenLayersCompatibleCollection -->

    <owl:Class rdf:about="#OpenLayersCompatibleCollection">
        <owl:equivalentClass>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAccessibility"/>
                <owl:hasValue rdf:resource="#WMS"/>
            </owl:Restriction>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="#DataCollection"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#mappedBy"/>
                <owl:hasValue rdf:resource="#OpenLayers"/>
            </owl:Restriction>
        </rdfs:subClassOf>
    </owl:Class>
    


    <!-- http://esipfed.org/toolmatch/0/2/ont.owl#Tool -->

    <owl:Class rdf:about="#Tool"/>
    


    <!-- http://www.w3.org/2002/07/owl#Thing -->

    <owl:Class rdf:about="&owl;Thing"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Individuals
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://esipfed.org/toolmatch/0/2/ont.owl#MyMapCollection -->

    <owl:Thing rdf:about="#MyMapCollection">
        <rdf:type rdf:resource="#DataCollection"/>
        <hasAccessibility rdf:resource="#WMS"/>
    </owl:Thing>
    


    <!-- http://esipfed.org/toolmatch/0/2/ont.owl#OpenLayers -->

    <Tool rdf:about="#OpenLayers">
        <rdf:type rdf:resource="&owl;Thing"/>
    </Tool>
    


    <!-- http://esipfed.org/toolmatch/0/2/ont.owl#WMS -->

    <DataAccess rdf:about="#WMS">
        <rdf:type rdf:resource="&owl;Thing"/>
    </DataAccess>
</rdf:RDF>



<!-- Generated by the OWL API (version 2.2.1.1138) http://owlapi.sourceforge.net -->

